Welcome![Sign In][Sign Up]
Location:
Search - import table

Search list

[Windows Developbianyic++

Description: 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。-Input legitimate LL (1) grammar, will output LL (1) Table Forecast and Analysis, and can import sentence for syntax analysis syntax tree corresponding output.
Platform: | Size: 165546 | Author: 丁关根 | Hits:

[Other死锁的模拟与检测

Description: 程序运行时,首先提示“请输入资源分配表文件的文件名:”;再提示“请输入进程等待表文件的文件名:”。 输入两个文件名后,程序将读入两个文件中的有关数据,并按照死锁检测算法进行检测。-running, first suggested "Please enter resource allocation table file name in the paper :"; another suggested "Please wait for the process to import files Table Name :." The two documents were imported, the program will read the two documents related data and in accordance with the deadlock detection algorithm for detection.
Platform: | Size: 2466 | Author: 王国强 | Hits:

[ELanguagejellrap

Description: 形式文法分析JAVA工具包 本JAVA Applets程序提供对LL(1),LL(2)和LR(1)文法分析处理,用户可以输入任何满足条件的形式文法,通帮过系统的提示和帮助构造出相应文法的分析表,以及动态显示分析过程.本JAVA包能够很好地帮助学生理解语法分析器的制作过程和语法分析器的工作原理. -form grammar analysis of the Java tool kit for Java Applets procedures for LL (1) LL (2) and LR (1) grammar analysis, users can import to meet any conditions in the form of grammar. Qualcomm helped the prompts and help construct the corresponding grammar analysis table, dynamic display and analysis process. the Java packages are well suited to help students understand syntax analyzer, the production process and Pragmatic France analyzer works.
Platform: | Size: 165594 | Author: 欧滨 | Hits:

[CSharpImportDBFFiles

Description: 将dbf数据库文件导入到sql中,多个表中的某些字段导入道一个sql表中相应字段的小工具-dbf database files to import into sql, the number of tables in some field Road into a table sql corresponding field of small tools
Platform: | Size: 17385 | Author: 张宇 | Hits:

[CSharpzmknne

Description: 单链表的反转 运行此程序后,你可以输入若干个数字,每输入一个数字,系统在链表中开辟一个新的结点,并把新输入的数字插入到链表的表头。运行主函数时,首先调用CreateList_L(L,n)函数,建立一个链表,并输入数据,然后最后调用输出函数,显示建立链表后链表内的内容;再调用反转函数,把链表中的数字在此链表中反转,最后调用输出函数,显示反转后的链表内的内容,可以显示出调用反转函数后,链表内的数据都进行了反转。 -reversal run this program, you can import a number of figures, one for each input figures, Linklist system in the opening of a new node, and the number of new Chain inserted into the table first. Running main function, the first call CreateList_L (L, n) function, the establishment of a linked list, and the input data, and then output the final call function, indicated after the establishment List List of contents; another called inversion function, Listless put the figures in this Linklist reversal, the final output function call, showing the flip List the contents, can show called inversion function, the Chain of data for the inversion.
Platform: | Size: 3488 | Author: | Hits:

[GUI Developll1ll1

Description: 编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 lifanxi@263.net 2002年5月-compiler theory LL (1) grammar analyzer input legitimate LL (1) grammar, will output LL (1) Table Forecast and Analysis, and can import sentence for syntax analysis syntax tree corresponding output. Some procedures also very simple algorithm, there is room for improvement, I welcome a lot of friends and exchange. Lifanxi@263.net May 2002
Platform: | Size: 30088 | Author: 111 | Hits:

[ELanguagelr0

Description: 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 -compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax analysis syntax tree corresponding output. Some procedures also very simple algorithm, there is room for improvement, I welcome a lot of friends and exchange.
Platform: | Size: 39384 | Author: 朱俊 | Hits:

[Other2006062809261810299

Description: 程序说明: 本程序可输入员工资料,并按姓名的升序存放到磁盘文件中, 可显示指定的工资表磁盘文件的所有内容, 可查找指定姓名的查找, 可根据姓名删除记录,还可以一次性插入多个个记录。-procedures Note : This procedure may import information staff, together with the names of ascending documents stored to disk, can show that the wage specified in Table disk documents in all, you can find the names of designated, under the name deleted records, it also inserted a number of one-time record of 000.
Platform: | Size: 18307 | Author: wxinyuan | Hits:

[Other resourceexcel-databas

Description: 从数据库导入文件到EXCEL 从EXCEL导入到数据库表 速度快-import documents from the database to Excel from Excel into the database table fast
Platform: | Size: 40408 | Author: 杨斌 | Hits:

[assembly languagehuibianyuyffffffffan

Description: 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) 实现哈系表查找算法。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述; 2.设计说明(简要的分析与概要设计); 3.详细的算法描述; 4.源程序与执行结果(含测试方法和测试结果); 5.使用说明; 6.总结,包括设计心得(设计的特点、不足、收获与体会)和展望(该程序进一步改进扩展的设想)。 -required to complete the major tasks : (including curriculum design and technical requirements of the workload, brochures and specific written request) (1) The realization of Kazakhstan-table lookup algorithm. (2) operating procedures should indicate that the import and export interface to pursue friendly, the menu is the best type of interface. (3) design with a number of cases (test data), on the test procedures and analysis (evaluation) design procedures. (4) design report format required by Annex writing. Curriculum design of the body of the report should include : the first line in the text written curriculum design topics; 1. demand (requirements, functional brief) description or problems; 2. design (with a brief summary of the analysis of the design); 3. detailed description of the
Platform: | Size: 1285 | Author: 大月 | Hits:

[ConsoleMTDmag

Description: 可变式分区分配思想建立存储分块表MBT,使用首次适应法为新作业寻找可用空间。 输入内存空间大小、MBT表长度,显示初始MBT表的状态,以后每分配一次空间或释放一次空间都要显示当前的MBT表。当选择“分配空间”操作,则需要输入新作业所需的空间;当选择“释放空间”操作,则需要输入想要释放的作业号。-variable thinking of establishing regional distribution storage block table MBT, use the first method to adapt to the new operations to find the available space. Importation of memory space size, the length of MBT table, table shows the initial state of MBT, every subsequent distribution of a space or a space must release shows the current MBT table. When choosing the "space allocation" operation, the need for the importation of new operational requirements for the space; When choosing the "release space" operation, will need to import want to release its operations.
Platform: | Size: 10994 | Author: 毛斌 | Hits:

[OS programzwj

Description: lr(0)分析器编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 - Translation principle LR (0) grammar analyzer input legitimate LR (0) the grammar, will output LR (0) the analytical table, and will be allowed to carry on the grammar analysis output corresponding grammar tree to the input sentence. In the procedure the partial algorithms very are not succinct, await improvements, welcome the -lr (0) analyzers compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar. LR will output (0) analytical tables, and can import the sentence syntax analysis of the output corresponding syntax tree. Some procedures also very simple algorithm, the room for improvement, I welcome friends and conduct more exchanges. - Translation principle LR (0) analyze grammar r input legitimate LR (0) the grammar, LR will output (0) the analytical table, and will be allowed to carry on the grammar analy sis output corresponding to the grammar tree in put sentence. In the procedure the partial algo rithms are not very succinct. await improvements, welcome the
Platform: | Size: 62699 | Author: www | Hits:

[Other resources3c44b0ledxianshi

Description: /*** *** *** *** *** *** **/ //**此映射表用来映射LED模块不译码时,显示的字符和必须输入的数据的关系 //**每段和对应比特位的关系见示意图 // g // --- --- // b | a |f | | <---显示0时点亮的段为gfedcb // --- // c | |e | | 那么写入数据为0x7e // --- --- // d // bit: 7 6 5 4 3 2 1 0 // 段位: g f e d c b a -/*** *** *** *** *** ***** *** *** *** *** *** *** ***/ / / ** mapping table to map LED module does not decoding, show characters and must import the data / / ** each and the corresponding bits see the relationship between the matrix / / g / / --- --- / / b | a | f
Platform: | Size: 198670 | Author: 简其平 | Hits:

[Linux-UnixUNIXForm

Description: 功能∶ 用于UNIX上做画面、菜单、查询、输入、修改;可操作数据库。 设计思路∶ 将人机对话,可分为基本的输入与输出两大类,在此前提下,为了不同的需要把域分作 多种类型;对涉及数据库的域指明有关的表名、字段名,以进行数据库的读写。将这些 不同功能的域有机的组合在一个FORM中,来实现一个功能模块。将FORM编号,按一定的 结构以二进制的形式存入文件,在使用时,系统按编号读入FORM的数据,按步实现预定 的功能。 -function : for UNIX done screen, menu, query, import, modify; Operational databases. Design : Man-machine dialogue, it can be divided into the basic input and output of two categories, in this premise, To different jurisdictions need to be divided into various types; of the domain database involves specifying the name of the table and field names, Database to write. These different functions of the composition of the organic domain in a FORM, to achieve a functional module. No. of FORM, according to a binary structure deposited in the form of documents, when used, System under the symbol FORM Reading into the data-by-step realization of predetermined functions.
Platform: | Size: 1780044 | Author: 菜菜 | Hits:

[IME DevelopConvertPY

Description: 该转换工具是将一个完整的词库转换成拼音首字母组成的对照码.中文中多音多义字非常多,如果不生成对照码表,查询将非常费时,尤其是在手持设备上.本工具查找汉字读音码表,生成逗号分隔的CSV文件,可以自由的导入到任何类型的数据库中或自己使用csv格式进行查询.-the conversion tools is a complete thesaurus first converted into phonetic alphabet composed of the control code. Chinese Multi-Tone Multi-yi the word many, if not control code table generation, inquiries will be very time-consuming, especially in handheld devices. Search tools for the Chinese pronunciation stopwatch, generate comma-separated CSV files, free to import into any type of database or csv format their own inquiries.
Platform: | Size: 211304 | Author: 何杰 | Hits:

[Other resourcesimC64XX_sinewave

Description: TI例程,TMS320C64XXDSP实现正弦信号发生,采用查表法,利用IO函数进行数据导入-TI routines, TMS320C64XXDSP sine wave signal, using look-up table method, use IO Data Import function
Platform: | Size: 13787 | Author: 黄珣 | Hits:

[Other resourceshu2

Description: 2.[问题描述] 编写递归算法,在二叉树中求位于先序序列中第K个位置的结点 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置 [输出] 若二叉树不空,按先序序列输出,求出所求位置的结点 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点的数目和第K个位置的结点 #include<stdio.h> #include<malloc.h> struct node{ char info struct node*llink,*rlink } typedef struct node NODE -2. [Description of the issue] to prepare recursive algorithm, Binary for the first sequence sequence in the first position of the K-node [imported] in accordance with the first order input sequence in the order of the nodes content. Input abd eh i g cf. Import requirements of the position [output] if the binary tree is not empty, the first sequence by sequence output obtained by seeking the location of nodes [storage structure] Table 2 forks storage [algorithm for the basic idea] recursive method and Traversing binary tree. First established binary tree root node, and then to build their son around the tree, the tree until the loopholes, preorder binary tree, Li first times the left sub-tree, after repeatedly Li-right tree Finally visit root node and calculated Binary leaf nodes and the nu
Platform: | Size: 7096 | Author: Demonic | Hits:

[Otherexprsion(1)

Description: 表达式语法处理过程说明 这个软件演示了基于操作符优先级的表达式处理算法,属于很经典的算法。详细的演示了处理过程的每个动作以及辅助栈、表的使用。对学习《编译原理》和《数据结构》中的相关内容会有所帮助。 关于此算法的详细描述请见《数据结构》(清华出版社)。 软件使用方法,可以直接采用程序样例中的表达式(-9.3*((8+2-3*6/2-0.8)+(-64))),也可以在表达式输入的文本框中输入一个新的表达式(限数字、基本运算符、括号),先点击“初始化计算”按钮,然后点击“演示”按钮,每次一步。在此过程中,请观察“操作符号栈”、“操作数栈”、“操作数对照表”的变化情况,以及每次读取的当前词和当前动作。 题外话:觉得许多软件开发人员有一种只重视程序语言和技巧,而忽视算法设计的倾向。记得有个很出名的说法:程序=算法+数据结构。当然现在软件领域出现了许多新的动向,但基本功仍应重视。颖易教育软件工作室主页:http://www.yingyi.net电子邮件:yingyi@yingyi.net,true_yingyi@etang.com电话:(010)63522531-regular expression syntax processing software demonstrations illustrate the operator based on the priority of expression processing algorithm, a very classic algorithms. A detailed demonstration of the process every movement and auxiliary stack, table use. The study "Compiler Principle" and "data structure" of the content will be helpful. This algorithm on a detailed description, see "Data Structure" (Tsinghua University Press). Use of the software can be used directly in the sample procedures expression (-9.3 * ((* 6/2-0.8 8 2-3) (-64))), the expression can also import the text box enter a new table tat - (limited number of basic Operators in brackets), first click on "initial count" button and then click on the "Demo" button for each step
Platform: | Size: 173500 | Author: 刘宋 | Hits:

[WinSock-NDISWEBMASTERHELPER15

Description: 文件管理:可以浏览某目录下的文件和目录,并对其进行操作(编辑,删除,打包,解压等),还可以进行定义操作。支持多文件上传,新建目录和文件 邮件发送:发送email给某人 数据管理:mysql数据备份和导入,编辑数据表(含浏览数据、修改、删除、新增记录等),数据表的优化、检查、分析、清空和删除(可批量操作),查看数据表占用空间(包括各表的记录,大小,建立时间,更新时间)等 系统参数:查看php环境参数、mysql参数,状态 系统设置:修改程序运行参数 网站统计:可以统计你的网站的访客浏览了那些页面,从哪里跳转来的,他们的ip和ip所在地是多少,一天共浏览了多少页面和有多少ip浏览了你的网站-document management : can browse a directory of files and directories, and its operations (edit, delete, packing and decompression, etc.) can also be used for operational definition. Support multiple file uploads, new directories and files mail : Send email to a person data management : mysql data backup and import, edit data tables (including data browsing, modify, delete, new records, etc.), data tables optimization, inspection, analysis, emptied and delete ( Batch can operate), view the data in table occupy space (including the table of records, size, creation time and update time) system parameters : View php environmental parameters, mysql parameters, the state system settings : to amend the operating parameters Site Statistics : Statistics can you visit the website passengers who vis
Platform: | Size: 1550107 | Author: 马强 | Hits:

[ELanguage85018312345678

Description: 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 -compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax analysis syntax tree corresponding output. Some procedures also very simple algorithm, there is room for improvement, I welcome a lot of friends and exchange.
Platform: | Size: 24897 | Author: 张学友 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net